home *** CD-ROM | disk | FTP | other *** search
/ Aminet 41 / Aminet 41 (2001)(Schatztruhe)[!][Feb 2001].iso / Aminet / docs / hyper / BibelGuide02.lha / DieBibel / htds.hgm < prev    next >
Encoding:
Text File  |  1998-05-08  |  2.3 KB  |  77 lines

  1.  
  2. @rem $VER: htds.hgm 40.7 (30.10.97)
  3.  
  4. @author "Ronald Schmiers"
  5. @(C) "(C) Copyright 1995-1998 by Ronald Schmiers"
  6. @annotation "Its Shareware. See Bibel.hguide/Registration"
  7.  
  8. @rem title page macros
  9.  
  10. @macro m_title "@{titlefont}@{fgcolor red}@{b}@{m_prg}@{ub}@{line}@{line}@{deffont}"
  11. @macro m_copyright "@{m_high \"Copyright © 1997-1998 Ronald Schmiers, All Rights Reserved.\"}@{line}"
  12. @macro m_welcome "@{subtitlefont}Welcome to the @{m_htds} @{m_prg}.@{deffont}@{line}@{line}"
  13. @macro m_htds "@{b}HTDS- Bibel@{ub}"
  14.  
  15. @rem title page menu macros
  16.  
  17. @macro m_menuitem "@{pari -30}@{lindent 36}@{par}"
  18. @macro m_menuinfo "@{tab}$1"
  19.  
  20. @rem main structure macros
  21.  
  22. @macro m_sec "@{pari -3}@{lindent 6}@{par}@{sectfont}@{b}@{fg blue}$1@{fg text}@{ub}@{deffont}@{pari 0}@{line}"
  23. @macro m_endsec "@{line}@{pard}"
  24.  
  25. @macro m_subsec "@{lindent $1}"
  26. @macro m_endsubsec "@{lindent 6}@{par}"
  27. @macro m_sub "@{line}@{pari 0}@{lindent 6}@{fg blue}$1@{fg text}"
  28.  
  29. @rem some text macros
  30.  
  31. @macro m_cfgpre "@{b}$1@{ub} : @{parset}"
  32. @macro m_high "@{fg highlight}$1@{fg text}"
  33. @macro m_bold "@{b}$1@{ub}"
  34. @macro m_sample "`@{fg highlight}$1@{fg text}'"
  35. @macro m_file "`@{fg highlight}$1@{fg text}'"
  36. @macro m_regonly "(@{\"registered\" link Bibel.hguide/Registration} version only)"
  37. @macro m_new "@{b}New in@{ub} @{fg highlight}$1@{fg text}!"
  38.  
  39. @rem pseudo lists
  40.  
  41. @macro listbullet "· "
  42. @macro listhead ""
  43. @macro endlisthead ""
  44. @macro deftermhead "@{fg highlight}"
  45. @macro enddeftermhead "@{fg text}"
  46.  
  47. @listindent 6
  48.  
  49. @macro m_point "@{point}"
  50. @macro m_describeitem "@{item}@{fg highlight}$1@{fg text}@{line}"
  51. @macro m_defitem "@{defterm}$1@{defdata}"
  52. @macro m_describe "@{line}@{pari -2}@{lindent 8}@{point} `@{fg highlight}$1@{fg text}' :@{line}@{pari 0}"
  53. @macro m_describeitem "@{pari -4}@{lindent 11}@{point} @{fg highlight}$1@{fg text}@{line}@{pari 0}"
  54. @macro m_sampleitem "@{par}@{pari -7}@{lindent 15}@{point} `@{fg highlight}$1@{fg text}' :"
  55.  
  56. @rem about me
  57.  
  58. @macro m_address "Ronald Schmiers@{line}Altenhainer Str. 13d@{line}09126
  59. Chemnitz@{line}GERMANY "
  60.  
  61. @rem just to do something macros
  62.  
  63. @macro m_niy "@{fg highlight}Not implemented yet. Sorry.@{fg text}"
  64. @macro m_ndy "@{fg highlight}Not documented yet. Sorry.@{fg text}"
  65.  
  66. @rem turn on smartwrap
  67.  
  68. @smartwrap
  69. @index Index
  70.  
  71. @rem use 16 colors for own screens
  72.  
  73. @depth 4
  74.  
  75. @include internet.hgm
  76.  
  77.